-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local apps #659
Local apps #659
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool feature!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love itt! Question: could this also apply to audio i.e. whisper for example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! This should encourage other app creators to follow through!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Mishig <[email protected]>
Co-authored-by: Mishig <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this v1 is ready to merge (cc @krampstudio), shall i merge and we can iterate further in other PRs?
yes it looks a good starting point. btw, I think we should also re-export into https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/index.ts (cc @coyotte508) export { LOCAL_APPS } from "./local-apps"
export type { LocalApp, LocalAppKey } from "./local-apps"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite excited by this! LFG! 🚀
good point @krampstudio, want to push this directly to this branch? (and merge it whenever you want) |
I hesitated putting this one in `@huggingface/tasks`, or creating a new `@huggingface/hardware`. What do you think? The idea is the community to be able to contribute to that list. ### What I picked for now⤵️ Because I'm lazy – and because it's somewhat linked to #659 – i've added it to `tasks`. --------- Co-authored-by: Pedro Cuenca <[email protected]> Co-authored-by: apolinário <[email protected]>
No description provided.